RichValue<T> Constructor(T,Object)
Initializes a new instance of the RichValue class.
public RichValue<T>(
,
object
)
'Declaration
Public Function New( _
ByVal As , _
Optional ByVal As Object _
)
'Usage
Dim obj As
Dim tag As Object
Dim instance As New RichValue(Of T)(obj, tag)
Parameters
- obj
- The actual object value.
- tag
- The object that contains data about this RichValue<T> object.